PreviousNextTracker indexSee it online !

(196/308) 1580 - JPyDebug update to current Jython

JPyDebug currently includes its own jython.jar which is old, and now also clashes with JythonInterpreter.
So I set a max-ver of jEdit 4.3 so it doesn't show up in the plugin manager anymore.

Either jython needs to be broken out into a separate plugin so that both JPyDebug and JythonInterpreter can depend on it, or JPyDebug needs to be rewritten to depend on JythonInterpreter.

Actually, do we need 2 different sidekick parsers for Jython? Perhaps the features that are shared between JPyDebug and JythonInterpreter can be removed from JPyDebug so there is less overlap between the two plugins.

Submitted ezust - 2012-03-30 01:57:40 Assigned
Priority 5 Labels
Status open Group None
Resolution None

Comments

2012-07-03 12:16:53
r_walter

It is not only the jython outdated. JPyDebug uses an outdated jEdit API, too.